home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / PluginClose.au3 < prev    next >
Text File  |  2007-09-08  |  139b  |  7 lines

  1. $handle = PluginOpen("example.dll")
  2.  
  3. PluginFunc1(0.1, 0.2)    ; will call the plugin function with  2 parameters
  4.  
  5. PluginClose($handle)
  6.  
  7.